home *** CD-ROM | disk | FTP | other *** search
/ Game Zone - 1,000+ Games / GAMEZONE.BIN / Programs / Win / 2X Wild Stars / 32xstr12.exe / 2XSTARS.EXE / 0 / RCDATA / TSLOT100FORM / TSLOT100FORM.txt
Text File  |  1999-05-04  |  1KB  |  67 lines

  1. object Slot100Form: TSlot100Form
  2.   Left = 263
  3.   Top = 115
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'You'#39've Reached 50 Spins'
  7.   ClientHeight = 200
  8.   ClientWidth = 321
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   TextHeight = 13
  17.   object Memo1: TMemo
  18.     Left = 10
  19.     Top = 7
  20.     Width = 303
  21.     Height = 154
  22.     BorderStyle = bsNone
  23.     Color = clBtnFace
  24.     Ctl3D = False
  25.     Font.Color = clBlack
  26.     Font.Height = -13
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = []
  29.     Lines.Strings = (
  30.       'Memo1')
  31.     ParentCtl3D = False
  32.     ParentFont = False
  33.     TabOrder = 1
  34.   end
  35.   object Button1: TButton
  36.     Left = 12
  37.     Top = 163
  38.     Width = 133
  39.     Height = 33
  40.     Caption = '&Registration Info'
  41.     Default = True
  42.     Font.Color = clBlack
  43.     Font.Height = -11
  44.     Font.Name = 'MS Sans Serif'
  45.     Font.Style = []
  46.     ModalResult = 1
  47.     ParentFont = False
  48.     TabOrder = 0
  49.     OnClick = Button1Click
  50.   end
  51.   object Button2: TButton
  52.     Left = 168
  53.     Top = 163
  54.     Width = 137
  55.     Height = 33
  56.     Caption = '&New Game'
  57.     Font.Color = clBlack
  58.     Font.Height = -11
  59.     Font.Name = 'MS Sans Serif'
  60.     Font.Style = []
  61.     ModalResult = 1
  62.     ParentFont = False
  63.     TabOrder = 2
  64.     OnClick = Button2Click
  65.   end
  66. end
  67.